projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94c02a5
)
Include charset.h.
author
Kenichi Handa
<handa@m17n.org>
Mon, 16 Nov 1998 01:17:06 +0000
(
01:17
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 16 Nov 1998 01:17:06 +0000
(
01:17
+0000)
src/abbrev.c
patch
|
blob
|
history
src/bytecode.c
patch
|
blob
|
history
diff --git
a/src/abbrev.c
b/src/abbrev.c
index 7899bc56d4907fecb753910d24ee067bf7b10a7c..567aa3ca5f44541a2c34605d72a11e1f6d168197 100644
(file)
--- a/
src/abbrev.c
+++ b/
src/abbrev.c
@@
-25,6
+25,7
@@
Boston, MA 02111-1307, USA. */
#include "commands.h"
#include "buffer.h"
#include "window.h"
+#include "charset.h"
#include "syntax.h"
/* An abbrev table is an obarray.
diff --git
a/src/bytecode.c
b/src/bytecode.c
index b71d602d5c2eac9903af157c1cbc358d2a96b6ba..6ed0eda904fc40af1656a1dea9c96f9bfc431bc6 100644
(file)
--- a/
src/bytecode.c
+++ b/
src/bytecode.c
@@
-36,6
+36,7
@@
by Hallvard:
#include <config.h>
#include "lisp.h"
#include "buffer.h"
+#include "charset.h"
#include "syntax.h"
/*